dobkeratops
dobkeratops
here is my predicament: ive written a game im rust using raw C FFI unsafe opengl functions (“glBindBuffer” “glDrawElements” etc) - because i alternate between c++ and rust, i like...
Would you consider freeing up the 'to' keyword by copying 'Swift'/ 'rusts' style syntax for ranges ... is an operator creating an inclusive range e.g. `0...9` yields `[0,1,2,3,4,5,6,7,8,9]` ..< is...
are you considering auto-translation from C++ to SugarCpp (not necaserily everything); I'm after such a tool for my experiment - I haven't started one, but have some earlier attempts at...
one thing i'm after is rusts' old do notation which I think was inspired by ruby? it's good for internal iterators & hence parallelizable code.. makes it look natural Rust...
Is this project still active, its' interesting; some of the syntax here is reminiscent of rust, although a lot is different. I'm working on something with similar goals compiling to...
added "expo"(spaces) style mode, with commandline option eg skippy-xd -ad refactored some layout code to seperate X11 stuff from layout calc added some vec maths helpers, the 'expo' style mode...
has this crate been used in the browser? my project uses the image crate and is being ported to wasm32/emscrioten; it crashes on startup reporting that threads arent available; i...
possibly 'esc' (whilst no polygon is being drawn) Alternatively in the dialog box where you are entering a part name, add a button for 'done ' / 'done (all parts)'...
search tool, treat the labels as tags.. search for multiple labels and sort by the number found
in the database of labels, keep relationships e.g. "isa", (1:many , like traits or multiply inheritance), display these in the label list, e.g. if you label some traffic with "car",...