-
Notifications
You must be signed in to change notification settings - Fork 92
Included some libs and fixed mistoken chars #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
cc36ebd
Included mistoke ","
EduApps-CDG 0d51e81
Included mistoken '"'
EduApps-CDG e2cba10
Included LibGDX and Fix some issues
EduApps-CDG b6a54ae
Mistoken char on README
EduApps-CDG 5445de4
Merge pull request #1 from EduApps-CDG/patch-2
EduApps-CDG 67122a1
Update libraries.json
EduApps-CDG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,13 +196,27 @@ | |
"image": "https://kivy.org/logos/kivy-logo-black-256.png", | ||
"language": "Python" | ||
}, | ||
"KiwiJS": { | ||
"imports": ["kiwi-js"], | ||
"technologies": ["Web Development", "Mobile Development", "Game Development"], | ||
"description": "Kiwi.js is a mobile first HTML5 and Javascript game engine supporting both Canvas and WebGL rendering.", | ||
"image": "http://www.kiwijs.org/wp-content/themes/kiwijs/assets/logo.png", | ||
"language": "JavaScript" | ||
}, | ||
"Laravel": { | ||
"imports": ["Illuminate\\", "laravel/laravel", "laravel/framework"], | ||
"technologies": ["Web Development", "PHP Frameworks", "MVC"], | ||
"description": "A PHP framework for web artisans.", | ||
"image": "https://user-images.githubusercontent.com/10347617/73778440-479a8280-479c-11ea-8446-1ab4b0f5c7fd.png", | ||
"language": "PHP" | ||
}, | ||
"LibGDX": { | ||
"imports": ["com.badlogic.gdx"], | ||
"technologies": ["Java Frameworks", "Mobile Development", "Game Development", "Desktop Development", "Desktop Applications", "Mobile Applications"], | ||
"description": "libGDX is a free and open-source game-development application framework written in the Java programming language with some C and C++ components for performance dependent code. It allows for the development of desktop and mobile games by using the same code base. It is cross-platform, supporting Windows, Linux, Mac OS X, Android, iOS, BlackBerry and web browsers with WebGL support.", | ||
"image": "https://www.badlogicgames.com/wordpress/wp-content/uploads/2011/05/libGDX-RedGlossyNoReflection.png", | ||
"language": "Java" | ||
}, | ||
"Materialize CSS": { | ||
"imports": ["materialize.min.css", "materialize.css"], | ||
"technologies": ["CSS frameworks"], | ||
|
@@ -217,12 +231,12 @@ | |
"language": "JavaScript" | ||
}, | ||
"Micronaut": { | ||
"language": "Java" | ||
"imports": ["io.micronaut"], | ||
"technologies": ["Web Development", "Microservices", "Java Frameworks], | ||
"description": "Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.", | ||
"image": "https://raw.githubusercontent.com/micronaut-projects/static-website/master/main/src/main/resources/assets/images/micronaut_mini.svg", | ||
}, | ||
"language": "Java", | ||
"imports": ["io.micronaut"], | ||
"technologies": ["Web Development", "Microservices", "Java Frameworks"], | ||
"description": "Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.", | ||
"image": "https://raw.githubusercontent.com/micronaut-projects/static-website/master/main/src/main/resources/assets/images/micronaut_mini.svg", | ||
}, | ||
Comment on lines
+234
to
+239
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added mistoken characters |
||
"MobX": { | ||
"imports": ["mobx"], | ||
"technologies": ["Web Development", "SPA"], | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added KiwiJS