Mozilla-Student-Projects / Projects-Tracker

Keep tracks of Firefox/Thunderbird/Firefox OS features that can/should/will be implemented as add-ons/apps.
66 stars 19 forks source link

Create (or port) a 3D non-game for Rust #50

Open Yoric opened 12 years ago

Yoric commented 12 years ago

This is a spinoff of issue #35 by @brson.

Rust should be a great language for multimedia domains like gaming. It would be nice to have a good demonstration of Rust's suitability for high-performance graphics tasks. Servo has a number of Rust graphics libraries that can be useful here, and there are various other useful bindings out there for things like GL and SDL.

Subasy commented 12 years ago

I am interested by this issue Thank you

Subasy commented 12 years ago

What should I do in order to participate to this project ?

Yoric commented 12 years ago

Let me suggest the following:

Subasy commented 12 years ago

I was thinking about something animated like the animation in the google page, a sequence of actions each one tiggered by the last one about a given subject ...

Subasy commented 12 years ago

My repository has been created here : https://github.com/Subasy/Mozilla-Student-Projects

TrublsmSCHOLAR commented 11 years ago

Maybe a 3D graphing tool? That would be useful...

pyfisch commented 9 years ago

I am interested in this project. Are there any other ideas beside a 3D graphing tool?

I am not totally sure but I think I need at least a simple computer algebra system for a graphing tool to calculate the values. Since there are currently none for Rust I would have to write it myself. Or is linking an existing CAS from another language also ok?

AntoineTurmel commented 9 years ago

http://furyhunter.tumblr.com/post/121202560014/writing-homebrew-for-the-3ds-in-rust If anyone interested :)