1 |
[quote]it's almost done[/quote]
|
1 |
[quote]it's almost done[/quote]
|
2 |
\n
|
2 |
\n
|
3 |
Looking at https://github.com/ParzivalX/LocalServer/blob/master/Server, I believe you are "almost done" with binding a "hello world" style HTTP server to localhost. It is entirely unclear how this would accomplish what you mentioned.
|
3 |
Looking at https://github.com/ParzivalX/LocalServer/blob/master/Server, I believe you are "almost done" with binding a "hello world" style HTTP server to localhost. It is entirely unclear how this would accomplish what you mentioned.
|
4 |
\n
|
4 |
\n
|
5 |
Do
you
have
experience
with
C#?
Have
you
talked
to
a
knowledgeable
ZK
dev
about
how
to
achieve
this?
|
5 |
Do
you
have
experience
with
C#?
Have
you
talked
to
a
knowledgeable
ZK
dev
about
how
to
achieve
this?
By
what
reasoning
did
you
arrive
at
the
current
implementation?
Have
you
"sketched
out"
roughly
the
logic
for
your
proposed
feature?
Why
does
it
need
to
live
in
its
own
repository?
How
is
this
different
from
Skirmish
mode
(
under
Settings)
,
and
which
parts
of
Skirmish's
implementation
can
you
reuse?
|
6 |
\n
|
6 |
\n
|
7 |
I'm making assumptions here, but given the evidence it looks like this is your first tangling with C#, and probably with programming at large. If so, I will tell you that this is [b]far[/b] too much to bite off.
|
7 |
I'm making assumptions here, but given the evidence it looks like this is your first tangling with C#, and probably with programming at large. If so, I will tell you that this is [b]far[/b] too much to bite off.
|
8 |
\n
|
8 |
\n
|
9 |
Instead, ask a Dev to point you towards a basic, introductory github issue that will let you get your feet wet. You will need to do lots of googling and reading. Before you embark on this journey you should learn:
|
9 |
Instead, ask a Dev to point you towards a basic, introductory github issue that will let you get your feet wet. You will need to do lots of googling and reading. Before you embark on this journey you should learn:
|
10 |
\n
|
10 |
\n
|
11 |
- How to compile and execute a C# project (ZKL itself is a good one to start with :)
|
11 |
- How to compile and execute a C# project (ZKL itself is a good one to start with :)
|
12 |
- How to research and use various APIs provided by C#, ZK, and other libraries.
|
12 |
- How to research and use various APIs provided by C#, ZK, and other libraries.
|
13 |
- How to reason about what a given piece of C# will do in a certain context.
|
13 |
- How to reason about what a given piece of C# will do in a certain context.
|
14 |
\n
|
14 |
\n
|
15 |
You should try writing some basic C# programs first, if you are unfamiliar with programming in general. This tutorial looks very promising: https://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx
|
15 |
You should try writing some basic C# programs first, if you are unfamiliar with programming in general. This tutorial looks very promising: https://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx
|
16 |
\n
|
16 |
\n
|
17 |
Please
don't
be
discouraged.
Programming
requires
tons
of
trial
and
error,
and
your
ambition
and
resolve
and
analytical
thought
style
indicate
that
you
will
be
s
a
great
programmer,
once
you
get
the
basics
down
:)
|
17 |
Please
don't
be
discouraged.
Programming
requires
tons
of
trial
and
error,
and
your
ambition
and
resolve
and
analytical
thought
process
all
indicate
that
you
will
be
a
great
programmer,
once
you
get
the
basics
down
:)
|