Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BBQDev

Pages: [1]
1
SFML projects / Re: CSFML-DOOM
« on: October 10, 2021, 04:23:10 am »
this project has grown quite a bit since I last posted, it has some basic lua implementation and runs at double the resolution

2
SFML projects / Re: CSFML-DOOM
« on: September 29, 2021, 04:46:52 am »
got sound implemented, still trying to get text input and libtimidity to behave

3
SFML projects / Re: CSFML-DOOM
« on: September 28, 2021, 05:29:12 pm »
ported the timing code to SFML, I'll publish release 0.01 once I finish implementing pcm sound and midi

4
SFML projects / Re: CSFML-DOOM
« on: September 28, 2021, 05:25:13 pm »
thanks :)

sounds should be easy to implement since it's just loading a pcm sound into an array and playing it back using an index, although I've said the same thing about literally all my projects that involved audio and those resulted in 4AM headaches

5
SFML projects / CSFML-DOOM
« on: September 28, 2021, 03:54:55 pm »
I finally learned C and decided a good project would be to port Linux Doom to CSFML, sound is currently being worked on but for now it's silent, also you can't save as keyboard input is broken

https://github.com/BBQGiraffe/Neapolitan-Doom

Pages: [1]
anything