Search found 9 matches
- Sat Nov 09, 2019 4:30 am
- Forum: General Discussion
- Topic: Foenix IDE
- Replies: 96
- Views: 29849
Re: Foenix IDE
I especially love the circle speed! Very nice!
- Fri Oct 25, 2019 5:41 pm
- Forum: General Discussion
- Topic: Foenix IDE
- Replies: 96
- Views: 29849
Re: Foenix IDE
Woot!!! Way cool!!!
- Thu Oct 24, 2019 5:02 pm
- Forum: General Discussion
- Topic: Foenix IDE
- Replies: 96
- Views: 29849
Re: Foenix IDE
Ryan's emulator is here: https://github.com/rdaum/c256emu I found odd behavior with color and gamma correction. I think I ended up doing a pure linear gamma (0..255) and had to keep all of my RGB values under 247 or they would turn to black. Let me know if/when you get here, and I'll dig through my ...
- Thu Oct 24, 2019 4:22 pm
- Forum: General Discussion
- Topic: Foenix IDE
- Replies: 96
- Views: 29849
Re: Foenix IDE
Oh goodness yes! I don't use the Windows IDE (I don't have a Windows machine), but the ability to type 'make' and have your project built and running in an emulator a second later makes a huge difference in development speed! Several folks recently tried to get my kernel running in the Windows IDE a...
- Sat Sep 21, 2019 3:44 am
- Forum: General Discussion
- Topic: Fraggy: Frogger-Like Game on the Foenix IDE
- Replies: 3
- Views: 1696
Re: Fraggy: Frogger-Like Game on the Foenix IDE
Very fun!!! Also, now I'll know to pester you for sprites! : ).
- Mon Sep 09, 2019 6:27 pm
- Forum: General Discussion
- Topic: Foenix IDE
- Replies: 96
- Views: 29849
Re: Foenix IDE
Re; Joysticks, Wow, I am really out of touch. I must have dreamt that SNES style controller with an analog stick on the left, a + controller on the right, and fire buttons on the front edge. Given that EVERYTHING is USB these days, best bet for something other than a classic Atari joystick is probab...
- Sun Sep 08, 2019 11:10 pm
- Forum: General Discussion
- Topic: Foenix IDE
- Replies: 96
- Views: 29849
Re: Foenix IDE
For Beethead: It should be reasonably easy to read the joysticks in emulation, but I think we're going to need more from Stefany before the joystick interface can be implemented in either of the emulators. Native support of USB devices is ... unlikely : ), but I could see using the mouse input for a...
- Wed Sep 04, 2019 6:53 pm
- Forum: General Discussion
- Topic: General Comments
- Replies: 70
- Views: 26828
Re: General Comments
I had this problem initially (with the C++ based emulator) and it turned out that I was using the shift key, and the keyboard handler was (at least at the time) fragile and died when that happened.
- Tue Sep 03, 2019 11:28 pm
- Forum: General Discussion
- Topic: TinyCore on the Foenix!
- Replies: 0
- Views: 1495
TinyCore on the Foenix!
Following Stefany's request that the developers on Discord start posting to the forum, this thread is for my current project! For years, I've been working on an OS built around the general outlines of Smalltalk-80, but designed for real-world use, with real world networking, and real-world security....