1. Redy on github!
- Posted by ryanj Oct 24, 2015
- 1819 views
I decided to use github to host the Redy source code for now. It can be found at https://github.com/redy-project. Anyone is welcome to join the development team. I am still in the process of putting the current source code on there, as well as writing rough draft wiki pages. The source code is going through major reorganization right now, so don't expect it to be easy to run or understand any time soon. It may take a couple months before the next official release is redy, err, uh, ready.
There are 3 repositories for now:
- RedyLib - core libraries and demo applications for the Redy environment (this is my current focus)
- RedyCode - Integrated Development Environment for the Euphoria programming language and the Redy environment (i will work on this more after the RedyLib API is closer to being "frozen")
- RedyShell - applications and libraries that provide a shell for the redy environment (this is still just a concept in my mind, which i will explain later.)
2. Re: Redy on github!
- Posted by ryanj Oct 25, 2015
- 1736 views
Update: the redylib source code and some demo apps are available now! You should be able to run them with no hacks if you have a "correctly installed" euphoria 4.1.0 32-bit in windows.
I know, i really need to document the API...
3. Re: Redy on github!
- Posted by ryanj Oct 25, 2015
- 1724 views
Redy now has basic toolbar functionality and tabs! I started writing a little text editor demo.
This is a test app for the gui/objects/textedit.e library, which can do line numbers, syntax highlighting, and wordwrap. It uses pure euphoria code, including the openeuphoria syntax tokenizer. It can update highlighting on-the-fly as you type. Unfortunately, it has bugs that need to be fixed before it can be used in the real world.
4. Re: Redy on github!
- Posted by ne1uno Oct 25, 2015
- 1730 views
Update: the redylib source code and some demo apps are available now! You should be able to run them with no hacks if you have a "correctly installed" euphoria 4.1.0 32-bit in windows.
I know, i really need to document the API...
windows only: still works with an older 4.0x, might have problems in 64 bit though. probably not too hard to fix.