Skip to content

Commit

Permalink
Initial preps for GO rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Dec 25, 2020
1 parent a22c820 commit 796c04a
Show file tree
Hide file tree
Showing 328 changed files with 31 additions and 15,710 deletions.
5 changes: 0 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,3 @@
end_of_line = lf
indent_style = space
insert_final_newline = true

[*.{kt,kts}]
indent_size = 4
max_line_length = 160
trim_trailing_whitespace = true
13 changes: 0 additions & 13 deletions .github/workflows/ci-build.yml

This file was deleted.

29 changes: 11 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 1,3 @@
# Compiled class file
*.class

# Log file
logs/
*.log
Expand All @@ -11,22 8,18 @@ logs/
*.iws
.idea/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Gradle
.gradletasknamecache
.gradle/
!gradle/wrapper/*.jar
build/
bin/
out/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Generated by Cargo
# will have compiled files and executables
Expand Down
97 changes: 0 additions & 97 deletions build.gradle

This file was deleted.

13 changes: 0 additions & 13 deletions buildSrc/build.gradle

This file was deleted.

Binary file removed buildSrc/resources/linux-run.zip
Binary file not shown.
Binary file removed buildSrc/resources/win-run.zip
Binary file not shown.
40 changes: 0 additions & 40 deletions buildSrc/src/main/groovy/BuildEditorZip.groovy

This file was deleted.

9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 1,9 @@
module github.com/SpaiR/strongdmm

go 1.15

require (
github.com/SpaiR/imgui-go v1.12.1-0.20201225124028-32aaaff0b267 // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect
)
11 changes: 11 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 1,11 @@
github.com/SpaiR/imgui-go v1.12.1-0.20201225124028-32aaaff0b267 h1:/rSRLu1ekv0B D6W4JQa2DP6ftDy0cPDXoZX0bR8fjQ=
github.com/SpaiR/imgui-go v1.12.1-0.20201225124028-32aaaff0b267/go.mod h1:bzOQqDbRE58xRB4EGTlUrIhCTWxNvU7YtJckrFf HpM=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI c5H38=
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh qw=
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
github.com/go-gl/glfw v0.0.0-20201108214237-06ea97f0c265 h1:y 9kl/LaBMwLfNwCg5BbnHIWBGKeYokXTSBhGnwWcB8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 h1:BcbKYUZo/TKPsiSh7LymK3p TNAJJW3OfGO/21sBbiA=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF rwdDfMAkV7OtwuqBVzrE8GR6GFx wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn 9EI=
1 change: 0 additions & 1 deletion gradle.properties

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit 796c04a

Please sign in to comment.