A Sneek Peek To My New Program!!! (in development stage)

1P UPDATE D21M03Y15!

Whats New:
- Added 'Desktop Apps' menu in left pane
- Removed apps menu since it is pointless now
- Added date/time in top right corner
- Theme colour changes
- Changed style of login screen
- Changed top pane colour of normal applications
- Added yes/no and yes/no/cancel message boxes

Bugfix:
- 1P is now visible in windows taskbar



Download:
Cape-1P-D21M03Y15


Instructions:
1) Download & extract
2) Run 'load.exe'
3) Enter username: admin and password: password
wv34m9.png

Desktop screen

23wa1wy.png

Login Screen
 
In d21m03y15, there is a fatal bug that makes the program not open properly. to fix this, change your windows drive letter to E:.
I will fix this bug ASAP in the next update.
 
In my next update, there are going to be some big changes:
1) Converted code to python 2.7 due to it being more compatible with more modules
2) Added pygame support. This will allow the making of 2d and 3d games.

Here is my phase list for Cape 1P:

Phase 1 - Indev: Build layout of UI and add basic functionalities. This phase is nearly complete. Version layout: DXXMXXYXX.

Phase 2 - Alpha: Add support for installable apps that other people have made. Version Layout: v0.0.X.

Phase 3 - Beta: Add a store for installable apps. Version Layout: v0.X.X.

Phase 4 - Proper Release: Finalize, fix bugs, improve visuals, advertise, publish, etc. Version Layout: vX.X(.X)
 
Last edited:
2) Added pygame support. This will allow the making of 2d and 3d games.

Not sure what you mean here.

Your environment should be supporting OpenGL if you want to support running games. As for making games, my understanding is there's an installer built into "Cape". If there isn't, you need one! If there is, then what's the point of supporting pygame?
 
Pygame is a python library that is designed for making games. The GUI library that I use for 'cape 1p' (tkinter) is not designed for making games so what I am going to do is that I am going to add pygame functionality to my program by embedding a pygame applet into a tkinter frame.

note: I don't think pygame uses opengl but I am considering adding opengl support to cape 1p later on though using another module.
 
Last edited:
Note: Pygame support will not be added in the next update because the multithreading is making Cape 1P crash. Its a bug I need to fix! But, instead of adding pygame support, I created the first Cape 1P app that truly multithreads!
 
1P UPDATE D08M04Y15 - Password Update

Whats New:
- Added first time login screen
- You can automatically login
- Added a loading bar to login screen
- Added treeview widget for opening apps
- Little changes to login screen
- Stuff

Download:
https://www.mediafire.com/?kmnx4c9q3g44xdl


Instructions:
1) Download & extract
2) Run 'load.exe'
3) Follow instructions

10dsjr5.png


2pq3w2x.png
 
Back
Top Bottom