All Projects → neon-izm → Before_join_socialgame

neon-izm / Before_join_socialgame

Licence: gpl-3.0
ソーシャルゲームのクライアントエンジニア入門以前

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Before join socialgame

Unitybarcodescanner
Simple Unity Barcode Scanner
Stars: ✭ 180 (-3.74%)
Mutual labels:  unity
Unityanime4k
Anime4K upscaler for Unity
Stars: ✭ 183 (-2.14%)
Mutual labels:  unity
Oxide.rust
Rust game extension for the Oxide modding framework
Stars: ✭ 185 (-1.07%)
Mutual labels:  unity
Kinobinary
Binary image effect for Unity
Stars: ✭ 180 (-3.74%)
Mutual labels:  unity
Fritz Examples
A collection of experiences utilizing machine learning models from Fritz AI
Stars: ✭ 181 (-3.21%)
Mutual labels:  unity
Typogenic
Signed-distance field text rendering for Unity
Stars: ✭ 183 (-2.14%)
Mutual labels:  unity
Htframework
Unity HTFramework, a rapid development framework of client to the unity.
Stars: ✭ 179 (-4.28%)
Mutual labels:  unity
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (-0.53%)
Mutual labels:  unity
Unitylive2dextractor
Unity Live2D Cubism 3 Extractor
Stars: ✭ 183 (-2.14%)
Mutual labels:  unity
Deform
A fully-featured deformer system for Unity.
Stars: ✭ 2,421 (+1194.65%)
Mutual labels:  unity
Vfxpyro
Fireworks particle effect with Unity VFX Graph
Stars: ✭ 181 (-3.21%)
Mutual labels:  unity
Serializablecallback
UnityEvent and System.Func had a child
Stars: ✭ 180 (-3.74%)
Mutual labels:  unity
Carsimulator
A Top Down 2D Car Simulator For Unity
Stars: ✭ 184 (-1.6%)
Mutual labels:  unity
Openbrushvr
Unity VR & AR Painting in 3d space for the Vive and Tango and ARKit
Stars: ✭ 180 (-3.74%)
Mutual labels:  unity
Videolabtest
OP-Z videolab examples
Stars: ✭ 186 (-0.53%)
Mutual labels:  unity
Veranda
A graph editor framework for Unity
Stars: ✭ 180 (-3.74%)
Mutual labels:  unity
Zeroformatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
Stars: ✭ 2,216 (+1085.03%)
Mutual labels:  unity
Magiconion
Unified Realtime/API framework for .NET platform and Unity.
Stars: ✭ 2,505 (+1239.57%)
Mutual labels:  unity
Unitysingleton
The best way to implement singleton pattern in Unity.
Stars: ✭ 185 (-1.07%)
Mutual labels:  unity
Unity
GitHub for Unity
Stars: ✭ 2,366 (+1165.24%)
Mutual labels:  unity

release Deploy

ソーシャルゲームのクライアントエンジニア入門以前 のWebサイトの中身リポジトリです。

https://neon-izm.github.io/before_join_socialgame/

Contributing

Feel free to contribute. お気軽にissueやpull reqを送ってください。誤字脱字の訂正も歓迎します。

/website/docs are simple markdown file.You can fork and write anything.

/website/docs
内の*.mdファイルはシンプルなテキストのmarkdownファイルなので、ここだけをローカルのテキストエディタで編集すれば、プレビュー出来ます。

Setup(Windows)

  1. launch PowerShell
  2. install chocolatey
  3. choco install nodejs
  4. choco install yarn
  5. yarn global add @docusaurus/[email protected]
  6. cd to website root directory (example C:/Github/before_join_socialgame/website)
  7. yarn install
  8. yarn run start
  9. access to http://localhost:3000/before_join_socialgame/

deploy

automated to push gh-pages branch. (for me)

  1. launch Powershell
  2. set-item env:GIT_USER -value YOUR-GITHUB-USER
  3. yarn deploy
  4. access to https://neon-izm.github.io/before_join_socialgame/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].