About Monkey 2 › Forums › Monkey 2 Programming Help › Monkey 2 examples github
This topic contains 23 replies, has 9 voices, and was last updated by
Novoitch 1 year, 8 months ago.
-
AuthorPosts
-
July 3, 2016 at 7:40 pm #1656
I created a github rep where I am going to upload examples. The monkey 1 one got close to 200 examples. This one might en up getting lots of examples in the next few years.
Might become a good source to learn mx2.
https://github.com/Pakz001/Monkey2examples
has around 20 examples at time of writing.
Edit: I also started a 3d repository.
https://github.com/Pakz001/Monkey2-3D
Edit: I also started coding video’s
July 3, 2016 at 10:21 pm #1663Nice!
July 5, 2016 at 12:27 am #1736Those are great, thanks! It would be nice if the Monkey 2 page had some sort of “learn” section with links to examples like these.
I, for instance, had no idea you could create timers like that.
July 5, 2016 at 7:29 pm #1766Good stuff!
July 18, 2016 at 2:52 am #2249I went through all examples in this weekend, very helpful for those who know BlitzMax, very helpful for beginners also. Thanks!
December 15, 2016 at 2:52 am #5811thanks for the exaples pakz but not compiling, i get mc2cc errors
December 15, 2016 at 3:48 am #5813Does example code that comes with monkey 2 work?
December 15, 2016 at 8:21 pm #5822yessir… cant copy error message but its says no directory found and internal fatal mx2cc error
December 15, 2016 at 10:09 pm #5823Well, I have no idea what the problem can be. I always just select new file in ted2go and paste the code in and it runs.
December 15, 2016 at 10:24 pm #5824ok will poke around
December 15, 2016 at 10:51 pm #5825btw, you can copy the error code out by selecting the text and pressing ctrl+c. Ted has no popup menu’s
December 16, 2016 at 8:11 am #5833Directory not found often means that the path is too long.
Try to put you dir not too far from the root dir of you disk..December 16, 2016 at 2:01 pm #5847March 17, 2017 at 11:49 am #7527Thanks, I used it to get familiar with monkey2 before trying, now that I have involved coding with it and seeing doc is not ready yet, I see how important those examples are.
April 9, 2017 at 10:02 pm #7819I think the GUI examples needs to be updated.
Not only does the List example scroller not work, I think it should instead teach you how to extend the “View” system already in place for exactly these things.Another thing to note is that these examples don’t seem to follow the standards set by Monkey 2.
Methods, Functions, Classes etc. names always start with a capital letter. -
AuthorPosts
You must be logged in to reply to this topic.