AdaDoom3
AdaDoom3
Woo, very cool thanks for reporting this. I have a new OpenGEX importer ready to push and thus the whole renderer will be overhauled in the coming months - stay...
Doesn't work on linux unfortunately : (. It still needs a lot of work. Do you know anything about xwindows or posix?
Yes, so much has changed from when the other Systems were stubbed out. Notably the linking of the libraries is now done within the gnat project file in the Setup...
Linux code should be compiling now, but it needs to be tested to make sure. It will raise Unimplemented_Features everywhere though and since text output is redirected to a protected...
I have committed everything. Unfortunately I have not tested because I do not have a Linux machine at the moment. This was a simple typo that is now corrected -...
ah yes, I guess some configuration is needed in neo.gpr to deal with linking with opengl for linux. I dont know too much about how libraries work in linux to...
Ok, it is running now : ) with the custom traceback functionality -- it just has nothing to show because the implementations are missing. You will need to implement all...
Well there are idiomatic way such as manually including the library from the library, or you could copy the relevant types and functions to a single file (neo-posix.ads) along with...
Go ahead and use Florist if it will help you : ). Just make sure to commit its sources to the libraries folder
Interesting, I'll elaborate on the API. Yes, the assembly has problems -- much of it needs to be commented and debugged. Can you post some of your output? Assert Only...