Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bervproject/you-can-use-it
Starling Education Project
https://github.com/bervproject/you-can-use-it
actionscript education feathers-ui starling tutorial
Last synced: 22 days ago
JSON representation
Starling Education Project
- Host: GitHub
- URL: https://github.com/bervproject/you-can-use-it
- Owner: bervProject
- License: apache-2.0
- Created: 2016-11-02T10:36:48.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T17:28:25.000Z (about 3 years ago)
- Last Synced: 2024-07-30T16:45:59.436Z (6 months ago)
- Topics: actionscript, education, feathers-ui, starling, tutorial
- Language: ActionScript
- Size: 11.9 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starling Education Project
This repository is used to explore Starling Framework.
* About starling is [here](doc/Resume_Starling.md) - Exploration 1.
* Startup Project Starling is [here](startup/) - For documentation is [here](startup/doc/TellYourName.pdf) - Exploration 2.
* Project Proposal is [here](doc/You-Can-Use-It-13514047-Bervianto-Leo-P.pdf) - [revision](doc/You-Can-Use-It-13514047-Bervianto-Leo-P-revisi.pdf).
* Project Draft 1 is [here](draft1/) - Progress Report 1 is [here](doc/ProgressReport1.md).
* Progress Report 2 is [here](doc/ProgressReport2.md).
* Final Project will be in root.
* Project Schedule is [here](doc/Reminder.md).## Features
### Main Menu
![Main Menu 1](screenshots/main-menu-1.png)
![Main Menu 2](screenshots/main-menu-2.png)### Test
![Test 1](screenshots/test-1.png)
![Test 2](screenshots/test-2.png)
![Test 3](screenshots/test-3.png)
![Test 4](screenshots/test-4.png)
![Test 5](screenshots/test-5.png)
![Test 6](screenshots/test-6.png)### Tutorial
![Tutorial 1](screenshots/tutorial-1.png)
![Tutorial 2](screenshots/tutorial-2.png)### About
![About 1](screenshots/about-1.png)
![About 2](screenshots/about-2.png)## TODO
1. Layout fit to screen (Responsive Design).
2. Add some content (Tutorial) and prepare design of the content.
3. Optimize the using of Gradle.
4. Optimize drag and drop test.
5. Optimize rendering when changed orientation.---
#### Dependency* [Starling](http://gamua.com/starling/)
* [FeathersUI](http://feathersui.com/)
* [Hi-Res-Stats](https://github.com/mrdoob/Hi-ReS-Stats)## LICENSE
````
Copyright 2017 Bervianto Leo PLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
````