2019-06-23 18:16:31

Hello!
I'm really tempted to start writign something serious in C#! However, I do not see any example project in C# and I know there was one, written by Rastislav. Does anyone have it?

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com

2019-06-23 23:46:54

Nope don't have it, but that would be interesting to see!

Guitarman.
What has been created in the laws of nature holds true in the laws of magic as well. Where there is light, there is darkness,  and where there is life, there is also death.
Aerodyne: first of the wizard order

2019-06-24 02:59:50

3-D velocity is open source, it’s in C#

2019-06-24 03:53:35

Hi. Here it is.
https://www.dropbox.com/s/e26rcavpj93e6 … e.rar?dl=0
Im trying to do a little game in c# but well, for now I didn't get succes

Sorry for my english

2019-06-24 09:30:26

Thanks.
Lol, 3DVelocity? I understand it's code but still. I need something simpler hahya.

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com

2019-06-24 09:49:33

Would be even better if someone could post an api reffrence or something like that for the bgt kit.dll

---
Co-founder of Sonorous Arts.
Check out Sonorous Arts on github: https://github.com/sonorous-arts/
my Discord: kianoosh.shakeri2#2988

2019-06-24 11:09:55

It can only do Speech.Speak for now

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com

2019-06-24 11:44:08 (edited by Rastislav Kish 2019-06-24 11:49:18)

@Nuno69: yes, and sounds playing, positioning, handling bgt like timers, strings encryption / decryption, raw bytes encryption and strings hashing. big_smile
in Python version of BgtKit, window handling like in my example game is also included, I will probably do the same in C# version sometime in future as it appeared very effective.

You can use VisualStudio's object inspector to check out the apis. Although there are no comments, I still think they are straight-forward enough.
But keep in mind, that this is not an official release. I have used it in the game because I needed its functionality, but I haven't released the library itself. It doesn't mean, that it won't work, C# version is at pretty good stage, just if you try to play a sound before you load it, it's your fault. big_smile

Best regards

Rastislav

2019-06-24 14:47:31

Oh interesting didn't know about visual studio object inspector. Thanks

---
Co-founder of Sonorous Arts.
Check out Sonorous Arts on github: https://github.com/sonorous-arts/
my Discord: kianoosh.shakeri2#2988

2019-06-24 15:38:07

kianoosh wrote:

didn't know about visual studio object inspector.

Don't make people laugh

2019-06-24 17:03:17

@nikita, maybe he didn't use that monster?

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com

2019-06-24 20:15:41

3-D velocity   is opened source, go take a look at it

And as anyone who's gone mountain climbing knows ,The serene snow-covered peaks that look so tranquil from a bdistance, Are the deadliest
sound is my vision
i rarely check my private messages on the forum, so if you want to contact me please use my email, or dm me  at oussama40121 on tw

2019-06-24 20:20:37

Lol no I never used it. Although if that's something other than intellesense cause I usually found the libraries function names via that.

---
Co-founder of Sonorous Arts.
Check out Sonorous Arts on github: https://github.com/sonorous-arts/
my Discord: kianoosh.shakeri2#2988

2019-06-24 20:43:18 (edited by Saman 2019-06-24 21:07:07)

At 10, laughing at other's lack of knowledge  is what I hate the most. It's like you know everything and anything? Armed with a tun load of wisdom and wit?  If you did then lucky you, but others are not the same as you esteemed sir. Heck this feature is optional anyway.
At 13 as far as I know,  it's a way to list all objects with propperties and methods, allowing you to modify or view them. I could be wrong though  since I don't make use of VS but apparently 10 could enlighten the subject a bit for us all?

2019-06-24 20:45:34

No Kianoosh, itr's something slightly differentm, you can view the library in a more convenient way

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com

2020-03-13 02:08:47 (edited by Quin 2020-03-13 02:09:12)

Sorry for reviving this topic, but I've been considering getting into c# game development and the link no longer works for the example game. So I was wondering if anyone can post a more perminate link?

2020-03-13 09:14:45

404 error at4

2020-03-15 00:44:56

when will you choose a language @16, lol

2020-03-15 01:07:28 (edited by Rastislav Kish 2020-03-15 04:41:03)

Hi there,
@18: he will do so right now. After he discovers C#, he won't want anything else. big_smile

@16: Here is a new link, temporary again. May be it would be good to upload the thing on a more stable place, if people find it useful:
http://leteckaposta.co/file/352578638.1 … bcb98a1/cs

Version of BgtKit used in this gameis quite out of date, as it doesn't support 64-bit builds, like the current version does, but never mind that, the programming techniques used are uptodate and modern, although there isn't a single line of comment which would make a sense (typical for my code), so if you don't understand something, just feel free to ask.
Note that this sample assumes that you're familiar with principles of object oriented programming and inheritance, otherwise it won't make much sense I guess.

Best regards

Rastislav

2020-03-15 03:22:37

@18, once I found c#, I'm sticking with that, started console apps and now am trying for games.

2020-03-15 03:23:46

Sorry for double post, but @19, how exactly do I use that website? I don't see a download button

2020-03-15 04:44:06

@21: it seems the link got messed somehow, I have edited the post with a new link. It should work now.

Best regards

Rastislav

2020-03-15 05:23:00

@22, I still have the same issue.

2020-03-15 15:49:14

@23: Hmm, interesting, it worked yesterday, don't know why it doesn't start the download automatically now. Anyway, downloading is very simple, just click on the SampleGame.zip link, it's a part of the first heading.

Best regards

Rastislav

2020-03-15 16:18:01

@24 that's what I've been clicking and I get nothing.