kgsws

Results 15 comments of kgsws

Well yes, it is possible. Though this change is much more suited for ACE Engine.

It would have to use original DOOM2.EXE instead of Chocolate Doom port, then it would be possible. With some extra steps.

Yeah, MAKEFILE is here only for setup / config. You are supposed to use CMAKE build. There are build commands in readme. I do not use Windows or Eclipse so...

Yeah. You need to install and setup ESP SDK. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html

Hmm, i would suspect there is something wrong with "Step 4. Set up the environment variables". You have to do this every time you open new terminal. Unless they have...

GlyphMap is a 2bpp image with a resolution of 160x32. It contains 40 characters with resolution of 8x16. This was just a fast way to produce simple font system for...

Use of RED or BLUE depends in which mode you are using your frame buffer. Mine happens to be in BGRA. So those comments are not quite correct - in...

Yes, there must be something that is not getting freed before exit. I do not know what is it yet. (it crashes on 3.0.0 too)

Valgrind - no errors. That "#if 0" serves only as an example how to fix this properly, just for reference. Oh, and "medusa_ptr" is actually modified. It will render entire...

My code formatting has specific quirks which make reading code (at least for me) much faster. I have only seen a few formatting specifications but none had quirks i use....