Various MonkeyX Modules

CopperCircle

New member
3rd Party Module Dev
Joined
Jun 5, 2018
Messages
5
Hi All, here is a download to lots of MonkeyX modules that you may find useful, they where mainly built by myself and SKN3, there are also some modified modules built by other Monkey folk.

Ideally these would all be in a repo but I did not have time to create a new repo and sub them all out.

Some of them require target changes to work, but most have examples and details about what is required.

They mostly cover iOS, Android and HTML5.

Some of the more useful ones are:
- Webview
- GLText (Allows TFT fonts to be used)
- HTTPForm (Allows posting form data and files to a server)
- NativeUI (Allows using target native UI)
- GoogleMaps

We are donating them to the Cerberus-X community, please use at your own risk (It comes without any warranty, to the extent permitted by applicable law)

https://www.dropbox.com/s/5wrnmgyn65srasc/Modules.zip?dl=0

EDIT: Look here to download them... https://www.cerberus-x.com/community/threads/various-monkeyx-modules.487/#post-4757
 
Last edited by a moderator:

Phil7

Administrator
CX Code Contributor
3rd Party Tool Dev
Joined
Jun 26, 2017
Messages
711
Great! That helps a lot. Thanks.
 

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454
Thank you.
 

Holzchopf

Well-known member
3rd Party Module Dev
Tutorial Author
Joined
Jul 31, 2017
Messages
498
Thank you.

(... if I only had the spare and money I would now start to write a CX IDE in CX)
 

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454
Thank you.

(... if I only had the spare and money I would now start to write a CX IDE in CX)
I am currently working on a platform independand UI module. So then you can easily dive into this :D
 

AndyAndroid

Active member
Joined
Jun 28, 2017
Messages
120
I am currently working on a platform independand UI module. So then you can easily dive into this :D

@MikeHart - I am sure you remember all the UI modules that appeared over the years, here are the ones I remember:

All tools used with Cerberus, should be written in Cerberus

I did find a version of ChallengerGUI source version 1.6, if that is of any use to you please let me know and I will send it to you or post somewhere.
 

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454
@AndyAndroid seriously i forgot about that topic. please post it.
 

AndyAndroid

Active member
Joined
Jun 28, 2017
Messages
120
@MikeHart - Here is the zip I have for ChallengerGUI Version 1.6, this may not be the final release, but it still could be of use to you or others.
 

Attachments

  • Challenger-GUI-1.6.zip
    577.5 KB · Views: 293

SLotman

Active member
3rd Party Module Dev
Tutorial Author
Joined
Jul 3, 2017
Messages
233
Awww. Dropbox link is dead.

And me thinking I could try the "webview" to see if I could run three.js inside it :/
 

AndyAndroid

Active member
Joined
Jun 28, 2017
Messages
120
Now that would be sad if no one bothered to download, but maybe someone has it laying around, I checked my downloads and did not see it. I hope it shows up for you!
 

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454

bosh77

New member
Joined
Oct 26, 2019
Messages
26
Thank you.

(... if I only had the spare and money I would now start to write a CX IDE in CX)
Hi,
I am developing at this moment an IDE in CX, for a compiler that I have created, and if someone is interested I can also develop it for CX.
It has the functions Undo, Redo, Copy, Paste, Syntax Highlighting and others that I can add.
screenshot1.png
 

Wingnut

Well-known member
3rd Party Module Dev
Tutorial Author
Joined
Jan 2, 2020
Messages
1,266
Looks good, can you add a list to the right? It could be created by analyzing exisitng classes functions, methods, variable uses, or just a special remark like this: #SOME-LABEL or # I-JUST- LOVE-LABELS-TO-BE ABLE-TO-JUMP-WHILE-I_CODE (y)

In the original IDE i tend to do adhoc solutions just to get that feature (the original tree closes up on me all the time when I add code and its just cumbersome and have no filtering).

I use a extension in Visual Studio Code just to get this feature actually. It's very nice to have. ppl do not understand the value of being able to quickly find code.
 
Last edited:
Top Bottom