Sgeo

Results 30 comments of Sgeo

The function to use is `set_playback_enabled`. Currently, there are also defects in the mute button for DOSBox and MAME, for different reasons, that affect the ability to implement this. Going...

The Battle Chess documentation suggests changing to 24-bit addressing (which I guess is equivalent to giving 16MB RAM), but that setting doesn't seem to persist.

Not really a reference, but a book that discussed it, under the impression that it would be continued. https://archive.org/details/3dgraphicsvrml200000lema Chapter 11, beginning on page 162 Appendix D, beginning on page...

I wrote some code that could potentially fit into a library now that type macros are stable: https://gist.github.com/Sgeo/ecee21895815fb2066e3 Would people be interested in this as a crate?

Is this related to it not working in Cygwin, or is that a separate issue?

What I'm trying for now is copying the gl4es headers to GLU, and commenting out `#include "glu_mangle.h"`, so that the GLU exports non-prefixed names, while using gl4es's mangled names. Is...

Just tried testing the most recent build from https://ci.appveyor.com/project/librevr/revive/build/artifacts, it closed immediately when I tried.

Will the builds that are posted be rebuilt with the fix?

Am I understanding correctly that X_ITE's behavior is an intentional deviation from the spec? I wonder if there could be an option or some optional code to enable closer conformance...

The X3DOM thread has a discussion about why strictly following the spec is not practical: There isn't a way to determine how many channels an image has without reprocessing it...