Skip to content

madeso/ride

Repository files navigation

Ride pony

screenshot

Ride was a Rust IDE. It's named after concatenating R from rust and IDE. This can be found in the classic branch. Since the release of vs code, Ride took a turn towards a more general editor and less of a full blown IDE.

The ultimate goal (main breanch) of Ride is a simple editor with a fully custom rendering similar to vs code, but in c++ (and perhaps some scripting language). This is a long time goal. In the mean time, the Prototype Of the New Year will have to suffice.

Pony will be true to ride classic roots but move towards dev being based on scintilla and wxWidgets for the gui.

The current features are:

  • A pretty ok editor (scintilla based)
  • Shortcuts for running custom terminal commands
  • Listing its output and
    • Double clicking on warnings/errors to go to them.
    • Context clicking on warnings/errors to google them.
  • A basic project explorer
  • Space/tab settings are saved per project so the same settings are used by everyone on the project

Older screenshots

screenshot screenshot

Getting ride

This isn't finished. Eventually there should be a installer here, but that isn't finished. If you want to try it, you need to download the source and build it yourself.

Building ride

You need CMake, a C++ compiler, and wxWidgets 3+. To actually build it, it is pretty standard. Use CMake to generate a configuration and then build that configuration.

Contributing

I accept pull requests. See todo.md for the active tasks.

About

Ride IDE

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Unknown
LICENSE.rtf

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages