Author Topic: Basic Builder--wxPython Edition  (Read 8026 times)

0 Members and 1 Guest are viewing this topic.

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #15 on: February 07, 2006, 03:48:00 am »
you need to have python installed. sorry should have posted instructions. install python and wxwidgets then double click on App1.py

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Basic Builder--wxPython Edition
« Reply #16 on: February 07, 2006, 04:13:00 am »
where can I download these?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #17 on: February 07, 2006, 05:20:00 am »
http://www.python.org and http://www.wxpython.org



the final version will be compiled to native executables, but for now, before I add in the backend Im just distributing python files

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Basic Builder--wxPython Edition
« Reply #18 on: February 07, 2006, 05:29:00 am »
i c I'll download them asap

EDIT:  nice so far, are u gonna port it to mac as soon as this version is finished?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Basic Builder--wxPython Edition
« Reply #19 on: February 07, 2006, 05:53:00 am »
It looks really good, the design of them look great!

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #20 on: February 07, 2006, 06:37:00 am »
python and wxpython will run on any platform already, so as soon as its working I'll make the mac and windows binaries,  and release the bytecode for everyone else.

Offline rivereye

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 996
  • Rating: +0/-0
    • View Profile
Basic Builder--wxPython Edition
« Reply #21 on: February 07, 2006, 12:19:00 pm »
what is the diffrence between Python and wxpython
>(<')

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #22 on: February 07, 2006, 12:51:00 pm »
python is the programming language, wxPython is a python binding for wxWidgets which is a C/C++ library that allows native looking, cross platform gui-development

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #23 on: February 08, 2006, 06:48:00 am »
sry for the double post,

anyway Ive almost got the second page done, but I didnt have much time last night. Ill post an update as soon as page 2 is done

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Basic Builder--wxPython Edition
« Reply #24 on: February 08, 2006, 07:11:00 am »
kk I hope to see it soon :)smile.gif
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #25 on: February 08, 2006, 11:40:00 am »
demo updated, same link...questions? comments? death threats?

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #26 on: February 21, 2006, 02:57:00 pm »
I just added in the decompiler. the demo has not been updated because now the backend is being used and Im too lazy too compile that at the moment.

EDIT:
===
the demo has now been updated. The GUI is done. The decompiler works....almost there. if you have any bbuilder hex files, please attempt to decompile them now.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Basic Builder--wxPython Edition
« Reply #27 on: February 22, 2006, 05:51:00 am »
I should try it whenever I ahve time, maybe with an alerady existing BB file at ticalc
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #28 on: February 22, 2006, 03:52:00 pm »
QuoteBegin-xlibman+Feb 22 2006, 11:51-->
QUOTE (xlibman @ Feb 22 2006, 11:51)
I should try it whenever I ahve time, maybe with an alerady existing BB file at ticalc  

 thanks. I really appreciate that, especially after your post on UTI....

elfprince13

  • Guest
Basic Builder--wxPython Edition
« Reply #29 on: February 27, 2006, 03:13:00 pm »
I am completely done except for coding the 8 buttons that manipulate the program/menu list

Since Im so close Im not going to update the demo until its done. the last 8 buttons will be the hardest, but expect a release by the end of this week.